LightSwitch HTML Edition
Add(String[]) Method






One or more field names to add to the list.
Adds an existing C1OlapField to the list.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal ParamArray fieldNames() As System.String _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim fieldNames() As System.String
 
instance.Add(fieldNames)
public void Add( 
   params System.string[] fieldNames
)
public procedure Add( 
   params  fieldNames: System.Stringarray of
); 
public function Add( 
   fieldNames : System.String[]
);
public: void Add( 
   params System.string*[]* fieldNames
) 
public:
void Add( 
   ... System.array<String^>^ fieldNames
) 

Parameters

fieldNames
One or more field names to add to the list.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapFieldList Class
C1OlapFieldList Members
Overload List

Send Feedback